Vector Halftone Structure
The vector halftone structure, of data typegxVHalftoneRec
, defines the halftone information for a vector device. This structure is used with the vector imaging system structure, which is described on page 4-32.
struct gxVHalftoneRec { gxColorSpace halftoneSpace; gxHalftoneCompRec halftoneComps[4]; long penIndexForBW; }; typedef struct gxVHalftoneRec gxVHalftoneRec;
Field Description
halftoneSpace
- The color space for this device. The color-space value constants are shown in the chapter "Colors and Color-Related Objects" in Inside Macintosh: QuickDraw GX Objects.
halftoneComps
- An array of vector halftone component structures. This array has four entries, one for each color component. The vector halftone component structure is described in the next section.
penIndexForBw
- The pen index for drawing 1-bit deep or black-and-white bitmaps.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help